GdkFrameClockIdle: Add a missing declaration
authorMatthias Clasen <mclasen@redhat.com>
Sat, 6 Sep 2014 00:44:22 +0000 (20:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 6 Sep 2014 00:44:22 +0000 (20:44 -0400)
gdk/gdkframeclockidle.h

index 8f4704666b06ab676ebf7a2ed2ea1e70fb582f86..f39c2881bc6ae1d6d2b2acd19a24b4d59805801a 100644 (file)
@@ -56,10 +56,11 @@ struct _GdkFrameClockIdleClass
   GdkFrameClockClass parent_class;
 };
 
-GType     gdk_frame_clock_idle_get_type          (void) G_GNUC_CONST;
+GType           gdk_frame_clock_idle_get_type       (void) G_GNUC_CONST;
 
-void _gdk_frame_clock_idle_freeze_updates (GdkFrameClockIdle *clock_idle);
-void _gdk_frame_clock_idle_thaw_updates (GdkFrameClockIdle *clock_idle);
+GdkFrameClock *_gdk_frame_clock_idle_new            (void);
+void           _gdk_frame_clock_idle_freeze_updates (GdkFrameClockIdle *clock_idle);
+void           _gdk_frame_clock_idle_thaw_updates   (GdkFrameClockIdle *clock_idle);
 
 G_END_DECLS